vcProcessSequence

Sequence of steps to be executed during simulation.

See in: Overview

Module: vcProcessModel

Parent: vcObject

Children -

Referenced by: vcProcessFlowGroup.Sequence, vcProcessFlowTable.copySequenceFrom(), vcProcessFlowTable.createSequence(), vcProcessFlowTable.getSequence()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
FlowStepsvcObservableListRGets a list of flow steps
ProcessConfigurationsvcObservableListRGets a read-only observable list of vcSequenceProcessConfiguration instances,
affecting vcProcessGroup instances in this process sequence.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
createStepvcProcessFlowStepOptional Keyword[index = Integer]Creates a new process flow step and inserts it in flow steps.
See more
Parameters:
Optional: index (Integer): Index to insert the created flow step at. If index is omitted or out of range, the step is appended at the end of the list.

Returns:
vcProcessFlowStep: The newly created flow step.
createStepFromvcProcessFlowStepvcProcessFlowStep flowStep,
Optional Keyword[index = Integer]
Creates a copy of the given flow step and inserts it at the given index.
See more
The given step may belong to any process sequence.

Parameters:
step (vcProcessFlowStep): Step to clone from.
Optional: index (Integer): Index to insert the created flow step at. If index is omitted or out of range, the step is appended at the end of the list.

Returns:
vcProcessFlowStep: The newly created step.
deleteNoneNoneDelete the sequence.
endBatchNoneNoneEnd batch update of the flow steps and apply delayed updates to process configurations.
getNextProcessOptionslistvcNextProcessFlowInfo next,
Optional Keyword[product = vcProduct]
Gets next process options.
See more
Parameters:
next (vcNextProcessFlowInfo) - return value list will be collected starting from next non-optional step
continuing to all optional steps from next.
Optional: product (vcProduct) - when specified takes product's history in account include all processes in any order steps.

Returns:
List of vcFeedOptionFlowInfo: Returns a list of possible flow info options in priority order given the inputs.
startBatchNoneNoneStart batch update of flow steps and delay updating process configurations until 'endBatch' is called.